home *** CD-ROM | disk | FTP | other *** search
- Multiplied Intelligence Personnel Simulator (M.I.P.S.)
- Copyright 1987, Michael Reed.
-
- ╔══════════════════╗
- ║ BOOK FILE FORMAT ║
- ╚══════════════════╝
-
-
- To edit the knowledge contained by a personality it must
- first be put into BOOK file format.
-
- The READ and WRITE commands transfer knowledge in and out of
- a personality using the BOOK file format.
-
- BOOK format files may be created or edited using most ASCII
- word processors or text editors.
- ───────────────────────────────────────────────────────────────
-
-
-
-
-
-
-
- ╔══════════════════╗
- ║ BOOK FILE FORMAT ║
- ╚══════════════════╝
-
- The format for a BOOK file is as follows:
- ────────────────────────────────────────────────
- Sentence
- ..Reply
- Sentence
- ..Reply
- (EOF)
- ────────────────────────────────────────────────
-
- The first line of the file must contain the first sentence to
- be read followed immediately by RETURN (LF+CR). The two
- periods must be typed to mark the next line as a reply line.
- The periods are followed directly by the reply and the reply
- is immediately followed by RETURN. Then the cycle repeats
- until all sentences and replies have been added.
-
-
-
-
- ╔══════════════════╗
- ║ BOOK FILE FORMAT ║
- ╚══════════════════╝
-
- To mark that no more sentences are to be read, the line directly following
- the last reply line must contain only an End Of File (EOF) character.
-
- To generate an EOF character, press and hold the ALT key
- while on the numeric keypad pressing and releasing the number 2 and then
- the number 6. When you release the ALT key a character will appear,
- it should be the EOF character.
-
-
- EOF is ASCII character number 26.
-
-
-
-
-
-
-
-
-